home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / apiasm.txt < prev    next >
Text File  |  1994-04-08  |  4KB  |  112 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Client API for Assembly Documentation Update
  5. DOCUMENT ID:        TID100075
  6. DOCUMENT REVISION:  B
  7. DATE:               04FEB94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         NA
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Client SDK 1.0e
  14.  
  15. ABSTRACT:
  16.  
  17. The APIASM.TXT contains the latest corrections and updates for
  18. the Client API for Assembly documentation.
  19.  
  20. ------------------------------------------------------------------
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  23. NOVELL.  NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
  24. THIS INFORMATION.  HOWEVER, THE INFORMATION PROVIDED IN THIS
  25. DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL MAKES NO EXPLICIT
  26. OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  27. ------------------------------------------------------------------
  28.  
  29. ISSUE
  30.  
  31.      This file contains the latest changes and additions to the
  32.      Client API for Assembly version 1.0.
  33.  
  34.      NetWare Client API for Assembly Errata-Last updated 02-03-94
  35.      ------------------------------------------------------------
  36.      ***
  37.      Cancel LPT Capture                                  02-03-94
  38.  
  39.      The DL register should contain 02h on entry.  Ignore the
  40.      line about the DH register.  This call ends a capture on the
  41.      default LPT device instead of on a specified device.
  42.  
  43.      ***
  44.      End LPT Capture                                     02-03-94
  45.  
  46.      The DL register should contain 01h on entry.  Ignore the
  47.      line about the DH register.  This call ends a capture on the
  48.      default LPT device instead of on a specified device.
  49.  
  50.      ***
  51.      Flush LPT Capture                                   02-03-94
  52.  
  53.      The DL register should contain 03h on entry.  Ignore the
  54.      line about the DH register.  This call closes the capture
  55.      file on the default LPT device instead of on a specified
  56.      device.
  57.  
  58.      ***
  59.      Flush Specific LPT Capture                          02-03-94
  60.  
  61.      This call is missing from the documentation; however, "Flush
  62.      LPT Capture" actually has the documentation for "Flush
  63.      Specific LPT Capture."
  64.  
  65.      ***
  66.      Start LPT Capture                                   02-03-94
  67.  
  68.      The DL register should contain 00h on entry.  Ignore the
  69.      line about the DH register.  This call starts a capture on
  70.      the default LPT device instead of on a specified device.
  71.  
  72.      ***
  73.      Map Directory Number to Path                        02-03-94
  74.  
  75.      The parameter at offset 4 of the request packet should read
  76.      as shown in the following example:
  77.  
  78.      Offset  Request Packet Contents  Bytes  Remarks
  79.  
  80.      4       Directory Entry          4      Index to File
  81.                                              Server's directory
  82.                                              tables.  Must be
  83.                                              associated with
  84.                                              volume number.
  85.      ***
  86.      Scan Property                                      02-03-94
  87.  
  88.      The parameter at offset 18 of the reply packet should be 4
  89.      bytes long instead of 2 bytes.  The following is an example
  90.      of how the end of the reply buffer should appear:
  91.  
  92.      Offset  Request Packet Contents  Bytes  Remarks
  93.  
  94.      18      Search Instance          4      Use to increment
  95.                                              last instance on
  96.                                              iterative calls.
  97.  
  98.      22      Value Available Flag     1      00h = Property has
  99.                                              no value.
  100.  
  101.                                              FFh = Property has a
  102.                                              value.
  103.  
  104.      23      More Properties Flag     1      00h = Last property
  105.  
  106.                                              FFh = More
  107.                                              properties to get.
  108.  
  109.  
  110.  
  111.  
  112. y